MessageMessageFlags Property |
Contains a bitmask of flags that indicate the origin and current state of a message.
Namespace:
Independentsoft.Msg
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<MessageFlag> MessageFlags { get; }Public ReadOnly Property MessageFlags As IList(Of MessageFlag)
Get
Property Value
Type:
IListMessageFlagThe message flags.
RemarksThis property is a nontransmittable message property exposed at both the sending and receiving ends of a transmission, with different values depending upon the client application or store provider involved. This property is initialized by the client or message store provider when a message is created and saved for the first time and then updated periodically by the message store provider, a transport provider, and the MAPI spooler as the message is processed and its state changes. This property exists on a message both before and after submission, and on all copies of the received message. Although it is not a recipient property, it is exposed differently to each recipient according to whether it has been read or modified by that recipient.
See Also